@BEGINEVENTS

@IF
SCENARIOLOADED
@THEN
PLAYCDTRACK
12
DONTPLAYWONDERS
@ENDIF

@IF
NOSCHISM
defender=ANYBODY
@THEN
@ENDIF

@IF
TURN
turn=1
@THEN
TEXT
Move swiftly to recruit Lumberjacks and send them out to clear the forests sourrounding your company's branches.

NOTE: Make sure to toggle the in-game tutorial to OFF if it's on.
ENDTEXT
@ENDIF

@IF
TURN
turn=3
@THEN
TEXT
Once the forests have been cleared, you can begin sending in Caretakers to build more company
branches and plant vineyards. Begin doing this as quickly as possible, to gain more profits before
your competitors do.
ENDTEXT
@ENDIF

@IF
TURN
turn=6
@THEN
TEXT
Once you have planted some vineyards (Young Vines), use your Caretakers to grow them into
more profitable plantings (Vineyards and Old Vines, respectively). The more you plant around
your branches, the more profit you will make.
ENDTEXT
@ENDIF

@IF
TURN
turn=9
@THEN
TEXT
Once you have made some considerable profits (1000+), begin recruiting Lawyers. They can
then be sent to buy out your competitors. Only in this way can you achieve dominance of the wine
market.
ENDTEXT
@ENDIF

@IF
TURN
turn=12
@THEN
TEXT
Supply Wagons provide an additional means to gain more profits. Trading your wine with the
competition is a way to gain more revenues, even if you do mean to eventually take them over.
ENDTEXT
@ENDIF

@IF
UNITKILLED
unit=Light Forest
attacker=ANYBODY
defender=ANYBODY
@THEN
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=25
@ENDIF

@IF
UNITKILLED
unit=Thick Forest
attacker=ANYBODY
defender=ANYBODY
@THEN
CHANGEMONEY
receiver=TRIGGERATTACKER
amount=50
@ENDIF

@IF
RANDOMTURN
denominator=25
@THEN
TEXT
Wild bears roam the forests. Beware, they can attack your employees, especially your 
Lumberjacks.
ENDTEXT
CREATEUNIT
unit=Wild Bear
owner=Natural
veteran=no
homecity=none
locations
53,41
54,40
52,40
55,41
56,42
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=30
@THEN
TEXT
Snakes in the garden! Wild snakes are a perpetual annoyance to your Caretakers. Be carfeul, for 
some are poisonous.
ENDTEXT
CREATEUNIT
unit=Snake
owner=Natural
veteran=no
homecity=none
locations
9,33
6,30
1,31
3,35
12,34
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=25
@THEN
TEXT
More bears are seen roaming the forests!
ENDTEXT
CREATEUNIT
unit=Wild Bear
owner=Natural
veteran=no
homecity=none
locations
32,42
33,41
34,42
35,41
31,41
endlocations
@ENDIF

@IF
RANDOMTURN
denominator=30
@THEN
TEXT
More annoying snakes are seen pestering your Caretakers!
ENDTEXT
CREATEUNIT
unit=Snake
owner=Natural
veteran=no
homecity=none
locations
24,38
23,37
22,36
21,35
25,37
endlocations
@ENDIF

@ENDEVENTS
